home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / vc10.zip / VCT.BAT < prev   
DOS Batch File  |  1991-05-19  |  179b  |  8 lines

  1.            @echo off
  2.       type dots.dat >> vc.log
  3.       echo Y|more|date >> vc.log
  4.       echo Y|more|time >> vc.log
  5.       type cr.dat >> vc.log
  6.        vc %1 %2 >> vc.log
  7.  
  8.